-
21 Computers
The brain has been compared to a digital computer because the neuron, like a switch or valve, either does or does not complete a circuit. But at that point the similarity ends. The switch in the digital computer is constant in its effect, and its effect is large in proportion to the total output of the machine. The effect produced by the neuron varies with its recovery from [the] refractory phase and with its metabolic state. The number of neurons involved in any action runs into millions so that the influence of any one is negligible.... Any cell in the system can be dispensed with.... The brain is an analogical machine, not digital. Analysis of the integrative activities will probably have to be in statistical terms. (Lashley, quoted in Beach, Hebb, Morgan & Nissen, 1960, p. 539)It is essential to realize that a computer is not a mere "number cruncher," or supercalculating arithmetic machine, although this is how computers are commonly regarded by people having no familiarity with artificial intelligence. Computers do not crunch numbers; they manipulate symbols.... Digital computers originally developed with mathematical problems in mind, are in fact general purpose symbol manipulating machines....The terms "computer" and "computation" are themselves unfortunate, in view of their misleading arithmetical connotations. The definition of artificial intelligence previously cited-"the study of intelligence as computation"-does not imply that intelligence is really counting. Intelligence may be defined as the ability creatively to manipulate symbols, or process information, given the requirements of the task in hand. (Boden, 1981, pp. 15, 16-17)The task is to get computers to explain things to themselves, to ask questions about their experiences so as to cause those explanations to be forthcoming, and to be creative in coming up with explanations that have not been previously available. (Schank, 1986, p. 19)In What Computers Can't Do, written in 1969 (2nd edition, 1972), the main objection to AI was the impossibility of using rules to select only those facts about the real world that were relevant in a given situation. The "Introduction" to the paperback edition of the book, published by Harper & Row in 1979, pointed out further that no one had the slightest idea how to represent the common sense understanding possessed even by a four-year-old. (Dreyfus & Dreyfus, 1986, p. 102)A popular myth says that the invention of the computer diminishes our sense of ourselves, because it shows that rational thought is not special to human beings, but can be carried on by a mere machine. It is a short stop from there to the conclusion that intelligence is mechanical, which many people find to be an affront to all that is most precious and singular about their humanness.In fact, the computer, early in its career, was not an instrument of the philistines, but a humanizing influence. It helped to revive an idea that had fallen into disrepute: the idea that the mind is real, that it has an inner structure and a complex organization, and can be understood in scientific terms. For some three decades, until the 1940s, American psychology had lain in the grip of the ice age of behaviorism, which was antimental through and through. During these years, extreme behaviorists banished the study of thought from their agenda. Mind and consciousness, thinking, imagining, planning, solving problems, were dismissed as worthless for anything except speculation. Only the external aspects of behavior, the surface manifestations, were grist for the scientist's mill, because only they could be observed and measured....It is one of the surprising gifts of the computer in the history of ideas that it played a part in giving back to psychology what it had lost, which was nothing less than the mind itself. In particular, there was a revival of interest in how the mind represents the world internally to itself, by means of knowledge structures such as ideas, symbols, images, and inner narratives, all of which had been consigned to the realm of mysticism. (Campbell, 1989, p. 10)[Our artifacts] only have meaning because we give it to them; their intentionality, like that of smoke signals and writing, is essentially borrowed, hence derivative. To put it bluntly: computers themselves don't mean anything by their tokens (any more than books do)-they only mean what we say they do. Genuine understanding, on the other hand, is intentional "in its own right" and not derivatively from something else. (Haugeland, 1981a, pp. 32-33)he debate over the possibility of computer thought will never be won or lost; it will simply cease to be of interest, like the previous debate over man as a clockwork mechanism. (Bolter, 1984, p. 190)t takes us a long time to emotionally digest a new idea. The computer is too big a step, and too recently made, for us to quickly recover our balance and gauge its potential. It's an enormous accelerator, perhaps the greatest one since the plow, twelve thousand years ago. As an intelligence amplifier, it speeds up everything-including itself-and it continually improves because its heart is information or, more plainly, ideas. We can no more calculate its consequences than Babbage could have foreseen antibiotics, the Pill, or space stations.Further, the effects of those ideas are rapidly compounding, because a computer design is itself just a set of ideas. As we get better at manipulating ideas by building ever better computers, we get better at building even better computers-it's an ever-escalating upward spiral. The early nineteenth century, when the computer's story began, is already so far back that it may as well be the Stone Age. (Rawlins, 1997, p. 19)According to weak AI, the principle value of the computer in the study of the mind is that it gives us a very powerful tool. For example, it enables us to formulate and test hypotheses in a more rigorous and precise fashion than before. But according to strong AI the computer is not merely a tool in the study of the mind; rather the appropriately programmed computer really is a mind in the sense that computers given the right programs can be literally said to understand and have other cognitive states. And according to strong AI, because the programmed computer has cognitive states, the programs are not mere tools that enable us to test psychological explanations; rather, the programs are themselves the explanations. (Searle, 1981b, p. 353)What makes people smarter than machines? They certainly are not quicker or more precise. Yet people are far better at perceiving objects in natural scenes and noting their relations, at understanding language and retrieving contextually appropriate information from memory, at making plans and carrying out contextually appropriate actions, and at a wide range of other natural cognitive tasks. People are also far better at learning to do these things more accurately and fluently through processing experience.What is the basis for these differences? One answer, perhaps the classic one we might expect from artificial intelligence, is "software." If we only had the right computer program, the argument goes, we might be able to capture the fluidity and adaptability of human information processing. Certainly this answer is partially correct. There have been great breakthroughs in our understanding of cognition as a result of the development of expressive high-level computer languages and powerful algorithms. However, we do not think that software is the whole story.In our view, people are smarter than today's computers because the brain employs a basic computational architecture that is more suited to deal with a central aspect of the natural information processing tasks that people are so good at.... hese tasks generally require the simultaneous consideration of many pieces of information or constraints. Each constraint may be imperfectly specified and ambiguous, yet each can play a potentially decisive role in determining the outcome of processing. (McClelland, Rumelhart & Hinton, 1986, pp. 3-4)Historical dictionary of quotations in cognitive science > Computers
-
22 Neural Network
1. A neural network is composed of a number of very simple processing elements [("neurodes")] that communicate through a rich set of interconnections with variable weights or strengths.2. Memories are stored or represented in a neural network in the pattern of variable interconnection weights among the neurodes. Information is processed by a spreading, constantly changing pattern of activity distributed across many neurodes.3. A neural network is taught or trained rather than programmed. It is even possible to construct systems capable of independent or autonomous learning....4. Instead of having a separate memory and controller, plus a stored external program that dictates the operation of the system as in a digital computer, the operation of a neural network is implicitly controlled by three properties: the transfer function of the neurodes, the details of the structure of the connections among the neurodes, and the learning law the system follows.5. A neural network naturally acts as an associative memory. That is, it inherently associated items it is taught, physically grouping similar items together in its structure. A neural network operated as a memory is content addressable; it can retrieve stored information from incomplete, noisy, or partially incorrect input cues.6. A neural network is able to generalize; it can learn the characteristics of a general category of objects based on a series of specific examples from that category.7. A neural network keeps working even after a significant fraction of its neurodes and interconnections have become defective.8. A neural network innately acts as a processor for time-dependent spatial patterns, or spatiotemporal patterns. (Caudill & Butler, 1990, pp. 7-8)Historical dictionary of quotations in cognitive science > Neural Network
- 1
- 2
См. также в других словарях:
program — (n.) 1630s, public notice, from L.L. programma proclamation, edict, from Gk. programma (gen. programmatos) a written public notice, from stem of prographein to write publicly, from pro forth (see PRO (Cf. pro )) + graphein to write (see … Etymology dictionary
Program (mathematical object) — A program is a mathematical space suggested by John Backus. He wished to turn computer programming into a formal science by strictly defining it.Informally, a mathematical space S is a set Sobj of the objects themselves and a set Sopr of… … Wikipedia
Data Access Objects — program interface of Microsoft used in applications that require access to databases, DAO … English contemporary dictionary
Great Observatories program — Four Great Observatories satellites NASA s series of Great Observatories satellites are four large, powerful space based telescopes. Each of the Great Observatories has had a similar size and cost at program outset, and each has made a… … Wikipedia
U.S. Navy Marine Mammal Program — The U.S. Navy Marine Mammal Program (NMMP) is a program administered by the U.S. Navy which studies the military use of marine mammals principally Bottlenose Dolphins and California Sea Lions and trains animals to perform tasks such as ship and… … Wikipedia
Apollo program — insignia Apollo 11 astronaut Buzz Aldrin walking o … Wikipedia
Hilbert's program — Hilbert s program, formulated by German mathematician David Hilbert in the 1920s, was to formalize all existing theories to a finite, complete set of axioms, and provide a proof that these axioms were consistent.Hilbert proposed that the… … Wikipedia
List of man-made objects on the Moon — Map of the Moon showing some landing sites. (Click to enlarge) … Wikipedia
Chinese Lunar Exploration Program — CLEP and Chang e program redirect here. For other uses, see CLEP (disambiguation). Insignia of the program. Chinese Lunar Exploration Program (CLEP) (simplified Chinese: 中国探月; traditional Chinese: 中國探月; pinyin: Zhōngguó Tànyuè), also known as the … Wikipedia
Planetary objects proposed in religion, astrology, ufology and pseudoscience — This article is about non scientific hypothetical planetary objects. For scientifically accepted hypothetical planetary objects, see Hypothetical planet (disambiguation). For fictional planets, see Planets in science fiction. There are a number… … Wikipedia
ASAT program of the People's Republic of China — The People s Republic of China s Anti Satellite (ASAT) Program has been under development since 1964.[1] The ASAT program has since been moved from Program 640 to Program 863, the General Armaments Department and the State Administration for… … Wikipedia